home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20000114-20000217
/
000249_news@columbia.edu _Wed Feb 16 15:10:13 2000.msg
< prev
next >
Wrap
Internet Message Format
|
2000-02-16
|
2KB
Return-Path: <news@columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03160
for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:13 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA23674
for kermit.misc@watsun.cc.columbia.edu; Thu, 10 Feb 2000 09:53:26 -0500 (EST)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Subject: Re: Installing Kermit
Date: 10 Feb 2000 14:53:25 GMT
Organization: Columbia University
Message-ID: <87ujd5$n3n$1@newsmaster.cc.columbia.edu>
To: kermit.misc@columbia.edu
In article <87uhg6$amt$1@nnrp1.deja.com>, <terramartin@my-deja.com> wrote:
: Can anybody help, Please??!!! My first time working with Kermit and
: I'm having a hard time. Here is my my makefile along with the
: errors I'm getting.
:
You didn't really need to post the makefile. We have it here too.
But then, the makefile you did post is incomplete, so all bets are off
to begin with.
I assume you are talking about C-Kermit 7.0.
Which version of AIX do you have? Is it 4.3.0? 4.3.1? 4.3.2? ...
The "oslevel" command (given at the shell prompt) will tell you.
: (root): /home/mine/kermit> make aix43
: Making C-Kermit 7.0.196 for IBM AIX 4.3 or higher...
: ...
: collect2: ld returned 12 exit status
: ld: 0711-781 ERROR: TOC overflow. TOC size: 70908 Maximum size: 65536
:
Try this: Edit the makefile; find the aix43 target, change
"-qmaxmem=8000" to "-qmaxmem=12000", and then type "make aix43" again.
- Frank